home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / index < prev    next >
Text File  |  1996-11-21  |  458b  |  21 lines

  1. ; Searches the CD.index file for a specified string
  2.  
  3. Version >NIL: version 37
  4. if WARN
  5.     echo ""
  6.     echo "You need at least version 2.04 of the operating system to run SearchIndex"
  7.     quit
  8. endif
  9.  
  10. :C/FlashFind :CUCD.index `:C/RequestString TITLE "Search CD Index" BODY "Please enter the string to search for"` >RAM:CUCDindex
  11.  
  12. Version >NIL: version 39
  13. if WARN
  14.     AmigaGuide RAM:CUCDindex
  15. else
  16.     MultiView RAM:CUCDindex
  17. endif
  18.  
  19. delete >NIL: RAM:CUCDindex
  20.  
  21.